net/http.wantConn.cancelCtx (field)
6 uses
net/http (current package)
transport.go#L902: if w.cancelCtx != nil && !w.waiting() {
transport.go#L903: w.cancelCtx()
transport.go#L1312: cancelCtx context.CancelFunc
transport.go#L1450: if w == nil || w.cancelCtx != nil {
transport.go#L1503: cancelCtx: dialCancel,
transport.go#L1600: w.cancelCtx = nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)